home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #2
/
Amiga Plus CD - 2004 - No. 02.iso
/
AmiSoft
/
Dev
/
basic
/
amiblitz_ful.lha
/
AmiBlitz2
/
Examples
/
converttest.asm
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
windows-1255 (detected)
Wrap
Assembly Source File
|
1980-04-17
|
344 b
|
27 lines
;This shows what can convert from a .asm file to bb2 asm
wert EQU 3
;wert2 SET wert+1
; macro
test3 dc.b "AllocMem"
AllocMem
jsr AllocMem
.10
bra .10
test macro
\@2
bra \@2
endm;docu
test2 MACRO
move.l \1,d0
ENDM ;docu
move.l $4.W,a0
test d0
test d1
move.l #wert,d0
;move.l #wert2,d1
dc.b "öäü"